home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_9862.txt < prev    next >
Text File  |  1990-08-24  |  6KB  |  275 lines

  1. -- card: 9862 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 7610
  5. -- name: section 3:
  6. ----- HyperTalk script -----
  7. -- "originCdName" is used by the bg script to determine
  8. -- where to go, as well as in the flying btn animation
  9. on openCard
  10.   global OriginCdName
  11.   put the short name of this cd into OriginCdName
  12. end openCard
  13.  
  14.  
  15.  
  16. -- part 1 (button)
  17. -- low flags: 00
  18. -- high flags: C000
  19. -- rect: left=133 top=111 right=134 bottom=310
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 1
  23. -- font id: 174
  24. -- text size: 14
  25. -- style flags: 256
  26. -- line height: 18
  27. -- part name: Extending the User's Reach
  28. ----- HyperTalk script -----
  29. -- theSource is the name of the corresponding checkbox; used by bg scr
  30. on mouseUp
  31.   global theSource
  32.   put "chkbx1" into theSource
  33.   pass mouseUp
  34. end mouseUp
  35.  
  36.  
  37.  
  38. -- part 2 (button)
  39. -- low flags: 00
  40. -- high flags: C000
  41. -- rect: left=134 top=143 right=166 bottom=427
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 0 / 0
  44. -- text alignment: 1
  45. -- font id: 174
  46. -- text size: 14
  47. -- style flags: 256
  48. -- line height: 18
  49. -- part name: Audience Related Descriptions of HyperCard
  50. ----- HyperTalk script -----
  51. -- theSource is the name of the corresponding checkbox; used by bg scr
  52. on mouseUp
  53.   global theSource
  54.   put "chkbx2" into theSource
  55.   pass mouseUp
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 4 (button)
  61. -- low flags: 00
  62. -- high flags: C000
  63. -- rect: left=134 top=175 right=198 bottom=301
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 174
  68. -- text size: 14
  69. -- style flags: 256
  70. -- line height: 18
  71. -- part name: Common User Questions
  72. ----- HyperTalk script -----
  73. -- theSource is the name of the corresponding checkbox; used by bg scr
  74. on mouseUp
  75.   global theSource
  76.   put "chkbx3" into theSource
  77.   pass mouseUp
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 6 (button)
  83. -- low flags: 00
  84. -- high flags: C000
  85. -- rect: left=134 top=207 right=230 bottom=302
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 174
  90. -- text size: 14
  91. -- style flags: 256
  92. -- line height: 18
  93. -- part name: A User Support Scenario
  94. ----- HyperTalk script -----
  95. -- theSource is the name of the corresponding checkbox; used by bg scr
  96. on mouseUp
  97.   global theSource
  98.   put "chkbx4" into theSource
  99.   pass mouseUp
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 8 (button)
  105. -- low flags: 00
  106. -- high flags: C000
  107. -- rect: left=134 top=239 right=262 bottom=398
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 174
  112. -- text size: 14
  113. -- style flags: 256
  114. -- line height: 18
  115. -- part name: Using this Stack as a Demonstration Tool
  116. ----- HyperTalk script -----
  117. -- theSource is the name of the corresponding checkbox; used by bg scr
  118. on mouseUp
  119.   global theSource
  120.   put "chkbx5" into theSource
  121.   pass mouseUp
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 18 (button)
  127. -- low flags: 00
  128. -- high flags: C000
  129. -- rect: left=134 top=271 right=294 bottom=332
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 174
  134. -- text size: 14
  135. -- style flags: 256
  136. -- line height: 18
  137. -- part name: User Support Self-Assessment
  138. ----- HyperTalk script -----
  139. -- theSource is the name of the corresponding checkbox; used by bg scr
  140. on mouseUp
  141.   global theSource
  142.   put "chkbx6" into theSource
  143.   pass mouseUp
  144. end mouseUp
  145.  
  146.  
  147.  
  148. -- part 14 (button)
  149. -- low flags: 00
  150. -- high flags: 0000
  151. -- rect: left=111 top=261 right=295 bottom=144
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 8079 / 8079
  154. -- text alignment: 1
  155. -- font id: 0
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: chkbx6
  160. ----- HyperTalk script -----
  161. -- send the mouseUp to the corresponding text btn
  162. on mouseUp
  163.   send mouseUp to btn "User Support Self-Assessment"
  164. end mouseUp
  165.  
  166.  
  167.  
  168. -- part 13 (button)
  169. -- low flags: 00
  170. -- high flags: 0000
  171. -- rect: left=111 top=229 right=263 bottom=144
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 9111 / 9111
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: chkbx5
  180. ----- HyperTalk script -----
  181. -- send the mouseUp to the corresponding text btn
  182. on mouseUp
  183.   send mouseUp to btn id 8
  184. end mouseUp
  185.  
  186.  
  187.  
  188. -- part 12 (button)
  189. -- low flags: 00
  190. -- high flags: 0000
  191. -- rect: left=111 top=197 right=231 bottom=144
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 8314 / 8314
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: chkbx4
  200. ----- HyperTalk script -----
  201. -- send the mouseUp to the corresponding text btn
  202. on mouseUp
  203.   send mouseUp to btn "A User Support Scenario"
  204. end mouseUp
  205.  
  206.  
  207.  
  208. -- part 11 (button)
  209. -- low flags: 00
  210. -- high flags: 0000
  211. -- rect: left=111 top=165 right=199 bottom=144
  212. -- title width / last selected line: 0
  213. -- icon id / first selected line: 7395 / 7395
  214. -- text alignment: 1
  215. -- font id: 0
  216. -- text size: 12
  217. -- style flags: 0
  218. -- line height: 16
  219. -- part name: chkbx3
  220. ----- HyperTalk script -----
  221. -- send the mouseUp to the corresponding text btn
  222. on mouseUp
  223.   send mouseUp to btn "Common User Questions"
  224. end mouseUp
  225.  
  226.  
  227.  
  228. -- part 10 (button)
  229. -- low flags: 00
  230. -- high flags: 0000
  231. -- rect: left=111 top=133 right=167 bottom=144
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 6427 / 6427
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: chkbx2
  240. ----- HyperTalk script -----
  241. -- send the mouseUp to the corresponding text btn
  242. on mouseUp
  243.   send mouseUp to btn id 2
  244. end mouseUp
  245.  
  246.  
  247.  
  248. -- part 9 (button)
  249. -- low flags: 00
  250. -- high flags: 0000
  251. -- rect: left=111 top=101 right=135 bottom=144
  252. -- title width / last selected line: 0
  253. -- icon id / first selected line: 5567 / 5567
  254. -- text alignment: 1
  255. -- font id: 0
  256. -- text size: 12
  257. -- style flags: 0
  258. -- line height: 16
  259. -- part name: chkbx1
  260. ----- HyperTalk script -----
  261. -- send the mouseUp to the corresponding text btn
  262. on mouseUp
  263.   send mouseUp to btn "Extending the User's Reach"
  264. end mouseUp
  265.  
  266.  
  267.  
  268. -- part contents for background part 1
  269. ----- text -----
  270. Support
  271. Menu
  272.  
  273. -- part contents for background part 11
  274. ----- text -----
  275. Click on an option below.